home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / sys / Make060.readme < prev   
Text File  |  2002-06-30  |  2KB  |  48 lines

  1. Short:    Set AFF_68060 flag in ExecBase (Wildfire,UAE,Amithlon)
  2. Author:   Andreas_Kleinert@t-online.de
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Type:     util/sys
  5.  
  6. Make060 simply sets the AFF_68060 flag in SysBase->AttnFlags.
  7.  
  8. Why doing such a stupid thing ?
  9.  
  10. Well, some time ago someone told me, that my program SIP did
  11. not recognize his 060 card (AFAIK it was a Wildfire 060), so
  12. since SIP does only check the AttnFlags (like other programs),
  13. it was perhaps the card software not setting this flag
  14. (which BTW has been introduced by Ralph Schmidt of phase5,
  15. vendor of CyberStorm).
  16.  
  17. I've just written that small hack to a) evaluate, that it was not
  18. SIP, but the card, and b) allow all people, who can't do any
  19. programming, but own such a card, to simply set that flag.
  20. And c) it's also a nice gag and the cheapest way to show your
  21. friends the new 68060 you just bought yesterday... :->
  22. Last not least, d) it's useful with Amithlon and UAE, because
  23. some audio and other software does require a 060 for performance
  24. reasons - but the emulated 040 of Amithlon is faster than any
  25. available 060...
  26.  
  27. So all people, who don't see their 060 card recognized by
  28. 060-sensitive software, should add "Make060" to their
  29. startup-sequence right after SetPatch is invoked.
  30.  
  31. Should look like that:
  32.  
  33.  SetPatch >NIL: <NIL:
  34.  Run >NIL: <NIL: Make060
  35.  
  36. Well, last not least:
  37. I'm not responsible for anything, there's no guarantee for anything,
  38. and all mentioned trademarks are subject to their owners :-)
  39.  
  40.  
  41. Programmer's note:
  42. The source is included - it directly defines the AFB_68060 flag
  43. if necessary, so you can obtain some information fromout there...
  44.  
  45. ----------------------------------------------------------------------
  46. There's now also a short assembler version included (executable
  47. is 240 bytes). Credits must go to Tim Jacobs <crisp@unicall.be>
  48.